home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / ace151.zip / UTIL_SFX.ZIP / IDX.DOC < prev    next >
Text File  |  1993-05-12  |  2KB  |  51 lines

  1.              ACECOMM & Utilities (Tm)
  2.  
  3.                   Version  1.5
  4.  
  5.     "Leading Software Technology"  for todays hi-speed modem
  6.  
  7.             Evaluation copy 05/09/93
  8.  
  9.  
  10.           Copyright (c) 1990 - 1993 all rights reserved
  11.                    by
  12.            ACE Programming Services & Michael G Phelps
  13.  
  14.  
  15.    Utility Name: IDX.EXE
  16.    Description: Create an index file for all Host,NETs in the FIDO NODELIST
  17.  
  18.  
  19.  
  20.  
  21.    IDX.EXE is used for indexing the 'RAW' NODELIST file. This index
  22.    is currently 4 -5k in size. The index file is used by ACECOMM
  23.    for any mail related activities. For instance if you wish to make
  24.    use of the File Request option, you will (1) need a copy of the
  25.    NODELIST (2) run IDX (3) put both the NLIST.IDX and NODLIST.nnn
  26.    files into a directory pointed to by the ACECOMM directory labled
  27.    Nodelist.
  28.    IDX must be run each time the nodelist changes.
  29.    Note: ACECOMM will also use FBL.EXE output .NOD files in place of the
  30.      .IDX/NODELIST combo.
  31.    Source code for IDX.EXE is available from my BBS from file area
  32.    ACE_COMM.
  33.  
  34.  
  35.  
  36.    - IDX Input
  37.  
  38.    IDX requires an unformated nodelist file. (nodelist.234 etc.)
  39.    Formated (compiled) nodelist files won't do.
  40.  
  41.  
  42.  
  43.    - IDX Output
  44.  
  45.    IDX creates a file NLIST.IDX. The index file is nothing more than
  46.    a list of ZONE:NET pointers. an IDX record is 10 bytes long. The
  47.    first two records contain a byte equal to the nodelist.ext filename
  48.    size. Follows the filename. Filenames in NLIST.IDX will be used to
  49.    find which nodelist file they belong to.
  50.  
  51.